hysop.backend.host.host_directional_operator module¶
- class hysop.backend.host.host_directional_operator.HostDirectionalOperator(splitting_dim, splitting_direction, dt_coeff, **kwds)[source]¶
Bases:
DirectionalOperatorBase
,HostOperator
Abstract class for discrete directional operators working on host backends.
Field requirements are set such that the current direction will be contiguous in memory.
Create a directional operator in a given direction, Host version.